gix-object 0.39.0

Immutable and mutable git objects with decoding and encoding support
Documentation

This crate provides types for [read-only git objects][crate::ObjectRef] backed by bytes provided in git's serialization format as well as [mutable versions][Object] of these. Both types of objects can be encoded.

Feature Flags